

/* css list with numeber circle background -------------- */
.numberlist{


}
.numberlist ol{
counter-reset: li;
list-style: none;
*list-style: decimal;
font: 15px 'trebuchet MS', 'lucida sans';
padding: 0;
margin-bottom: 4em;

}
.numberlist ol ol{
margin: 0 0 0 2em;
}

.numberlist p{
position: relative;
display: block;
margin: .5em 0;
background: white;
border-bottom: 3px solid #2e78bd;
color: #444;
text-decoration: none;
}




/* End css list with numeber circle background -------------- */




